python,python3: add dependency on CONFIG_PACKAGE_ symbols for setuptools & pip
authorAlexandru Ardelean <[email protected]>
Mon, 3 Jul 2017 07:46:59 +0000 (10:46 +0300)
committerAlexandru Ardelean <[email protected]>
Mon, 3 Jul 2017 13:11:57 +0000 (16:11 +0300)
commit3fa0c06d48acbbc94a58d4bbcd03345539451a70
treead452379bfad2447d3c4c4a081f894e314f103f5
parenta2b76b54030c0771b28c501dfd699898b8a85fd6
python,python3: add dependency on CONFIG_PACKAGE_ symbols for setuptools & pip

If you build python/python3 and later decide to build
python(3)-setuptools and/or python(3)-pip, the build won't
re-run without adding `CONFIG_PACKAGE_python(3)-setuptools`
and `CONFIG_PACKAGE_python(3)-pip`.

Seems to resolve issue:
https://github.com/openwrt/packages/issues/4529

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python/Makefile
lang/python/python3/Makefile